Skip to content

오영석report 제출#62

Open
youngseokaa wants to merge 1 commit intobeatitudo331:mainfrom
youngseokaa:main
Open

오영석report 제출#62
youngseokaa wants to merge 1 commit intobeatitudo331:mainfrom
youngseokaa:main

Conversation

@youngseokaa
Copy link
Copy Markdown

No description provided.

@youngseokaa youngseokaa reopened this Jan 18, 2023
Copy link
Copy Markdown
Owner

@beatitudo331 beatitudo331 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check plz

System.out.println('A' + 'B');
System.out.println('1' + 2); 오류
System.out.println('1' + '2');
System.out.println('J' +"ava"); 오류
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

문자열 결합 파트 부분 다시한번 봐주세요!

System.out.println("1" + "2");
System.out.println(true+""); 오류
System.out.println('A' + 'B');
System.out.println('1' + 2); 오류
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

산술변환 과 형변환 파트 다시 학습하시면 좋을 것 같습니다!

int sizeOfBucket = 10; // 바구니의 크기(바구니에 담을 수 있는 사과의 개수)
int numOfBucket = (/*빈 칸*/); // 모든 사과를 담는데 필요한 바구니의 수

System.out.println("필요한 바구니의 수 :"+((Math.ceil((double)numOfApples/numOfBucket))*10);
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

numOfBucket 값 없음을 확인해 주세요!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants